-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bigint backend pt 3: Move ec point conversion to TS #140
Conversation
Discussed offline with Gregor: I would be in favor or always having the corresponding o1js PR to have the tests and be sure the code is correct. Atm, we only use a linter in the CI. As the code is moved to pure TS, tests could be added. That would be important IMO. I am also not a TS expert, therefore there might be some optimisations/cleaner code that could be written. |
I would open a follow-up issue for the tests in TS |
Is it possible to add in the CI the code typechecks? |
Running CI with o1js main + the latest version of this PR here: o1-labs/o1js#1117 |
that would be very nice indeed, will think about it. probably just means an extra tsconfig file here and make CI install TS |
Incremental step on top of #139
This PR part of a multi-PR series to move JSOO / Wasm conversion methods from
bindings.js
to TS: